home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Reader's Corner / Reader's Contibutions / Modified / FrEQuency data / 00014.ls < prev    next >
Encoding:
Text File  |  1995-01-19  |  338 b   |  17 lines

  1. on startMovie
  2.   global letsgo, ready, hidden
  3.   puppetSound(0)
  4.   set wow to random(6)
  5.   set letsgo to wow
  6.   set ready to 1
  7.   set hidden to 1
  8.   set the stageColor to 255
  9.   preLoadCast(1, 120)
  10.   set the visible of sprite 17 to 0
  11.   set the visible of sprite 18 to 0
  12.   if the freeBlock < (5 * 1024) then
  13.     silence()
  14.   end if
  15.   silence()
  16. end
  17.